Gets or sets the group to which the job belongs
Each job must be assigned to a Group.
__property IJobGroup* Group;
IJobGroup* Group;
Property Group() As IJobGroup*
New jobs default to the Root group.
Setting the Group property automatically adds the job to the group's Jobs collection, and vice-versa.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|